home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / ava40.zip / REMOVE.DOC < prev    next >
Text File  |  1991-02-03  |  4KB  |  121 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                                     Remove 2.2
  7.                  An external utility for use with AVA and AVA SF
  8.                      This program is written and supported by:
  9.                                    Cat Miller
  10.                               c/o OTW Programing
  11.                          13610 N. Scottsdale RD. STE 146
  12.                               Scottsdale, AZ 85254
  13.  
  14.                  BBS: The Alternate Choice (602)951-8534 300-2400 
  15.  
  16.  
  17.  
  18.     Program description
  19.     -------------------
  20.  
  21.     Remove is a utility that searches your bbs' user data file with the names
  22.     found in your AVA.Dat file.  If no matches are found, Remove assumes that
  23.     the caller is no longer valid and will discard his name from AVA.Dat. This
  24.     will allow for another verification session should he call again.  If you
  25.     have enabled the use of verifying duplicate numbers, then there should be
  26.     no reason to run Remove but to keep the size of AVA.Dat to a managable
  27.     size.
  28.  
  29.  
  30.     Command line parameters
  31.     -----------------------
  32.  
  33.     As of version 1.1 you can specify optional command line parameters. For
  34.     QuickBBS compatible systems, you can specify a path to your Users.BBS data 
  35.     file.  Whenever running Remove, include the path as follows:
  36.  
  37.                        d:\> Remove C:\QUICKBBS\
  38.  
  39.     Remove will use the supplied path to access your Users.BBS data file.
  40.     If no parameter is supplied, Remove will assume that your Users.BBS data
  41.     file is in the current directory.
  42.  
  43.     SpitFire systems must use the SF parameter.  Using the SF parameter will 
  44.     alert Remove to use SFUsers.Dat instead.  Of course, if needed you can 
  45.     also specify a path to your SFUsers.Dat file.  Example:
  46.  
  47.                        d:\> Remove SF C:\SF\
  48.     
  49.     If SFUsers.Dat is located in the current directory, use the following:
  50.  
  51.                        d:\> Remove SF
  52.  
  53.  
  54.  
  55.     Running Remove
  56.     --------------
  57.  
  58.     Remove must be executed in the same directory as your AVA.Dat file.
  59.  
  60.     Remove will create a backup of AVA.Dat file called, AVADat.Bak.  This file
  61.     should not exist when you invoke Remove again.  If Remove finds
  62.     AVADat.Bak, the program will halt.
  63.  
  64.  
  65.     Using Remove in a batch file
  66.     ----------------------------
  67.  
  68.     Remove should be run whenever you pack Users.BBS.  If scanning/packing
  69.     your Users.BBS file is part of your nightly maintenance routine then 
  70.     adding Remove to the event is ideal.  Example:
  71.  
  72.                          UserPack:
  73.                          UserPack -D45
  74.                          If exist AVADat.Bak DEL AVADat.Bak
  75.                          Remove
  76.                          etc...
  77.  
  78.     The above example assumes that you are running a QuickBBS compatible 
  79.     system and that AVA.Dat is in your bbs main directory.
  80.  
  81.     If packing your Users.BBS file is done on a random basis then be sure to 
  82.     run Remove after packing is complete.
  83.  
  84.     The above also applies to SpitFire systems.
  85.     
  86.  
  87.     Notes
  88.     -----
  89.  
  90.     Remove was written with QuickBasic 4.5 and requires the external runtime
  91.     library Brun45.Exe.
  92.  
  93.     
  94.     Support
  95.     -------
  96.  
  97.     Support is just a phone call, netmail or postage stamp away.
  98.  
  99.       The Alternate Choice
  100.     (602)951-8534  300-2400 
  101.            1:114/39 
  102.  
  103.     OTW Programing
  104.     c/o Cat Miller
  105.     13610 N. Scottsdale RD. STE 146
  106.     Scottsdale, AZ   85254
  107.  
  108.  
  109.  
  110.     DISCLAIMER
  111.     ----------
  112.  
  113.     This program is provided AS IS.  There is no warranty written or implied.
  114.     I shall not be held responsible for damages incurred by use or misuse of
  115.     this program.  By your use of this program you accept and understand these
  116.     terms and conditions and you shall be held liable.
  117.  
  118.  
  119.     Remove.Exe and Remove.Doc is distributed with AVA and AVA SF.  
  120.  
  121.